#main .container {
	max-width: 1440px;
}

.bannerSwiper .swiper-pagination, .bannerSwiper .swiper-button-next:after, .bannerSwiper .swiper-button-prev:after {
	color: #d0d0d0;
}

.sec1 .ul1 li {
	float: left;
	width: 12.5%;
	padding: 5px 10px;
	box-sizing: border-box;
}

.sec1 .ul1 li a {
	display: block;
	background: #f5f5f5;
	color: #333;
	font-size: 15px;
	text-align: center;
	line-height: 38px;
	border-radius: 4px;
}

.sec1 .ul2 li {
	width: 25%;
	float: left;
	padding: 20px 16px;
	box-sizing: border-box;
}

.sec1 .ul2 li a .pho {
	text-align: center
}

.sec1 .ul2 li a .pho img {
	width: 80%
}

.sec1 .ul2 li a h3 {
	padding: 14px 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
	border-top: 1px solid #edf6ff;
	z-index: 1;
	font-size: 17px;
}

.sec1 .ul2 li a h3:after {
	content: "";
	position: absolute;
	width: 40px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	height: 4px;
	border-radius: 2px;
	background: #3e9745;
	display: none
}

.sec1 .ul2 li a {
	display: block;
	border: 1px solid #dedede;
	position: relative;
	overflow: hidden;
}


.sec1 .ul2 li a .bg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(62, 151, 69, .95);
	z-index: 100;
	transform: translateY(-60%);
	opacity: 0;
	transition: 0.3s;
}

.sec1 .ul2 li a .bg span {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	background: #fff;
	color: #3e9745;
	font-size: 40px;
	border-radius: 50%;
	margin: 20% auto 0;
}

.sec1 .ul2 li a h4 {
	position: absolute;
	z-index: 100;
	bottom: 40%;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	font-size: 17px;
	text-overflow: ellipsis;
	padding-bottom: 14px;
}

.sec1 .ul2 li a h4:after {
	content: "";
	width: 32px;
	height: 3px;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: #fff;
}

.sec1 .ul2 li a p {
	position: absolute;
	z-index: 100;
	bottom: 30%;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 16px;

}

.sec1 .ul2 li a:hover .bg {
	opacity: 1;
	transform: translateY(0);
}

.sec2 {
	padding-bottom: 40px;
}

.sec2 .container {
	position: relative;
	padding-bottom: 70px;
}

.sec2 .container .swiper-slide a {
	display: block;
	border: 1px solid #ddd;

}

.sec2 .container .swiper-slide .text {
	padding: 61px 25px 41px;
	text-align: center;

}

.sec2 .container .swiper-slide .text h3 {
	font-size: 18px;
	color: #2b2b2b;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec2 .container .swiper-slide .text p {
	font-size: 15px;
	color: #555;
	line-height: 1.75;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec2 .container .swiper-slide .pho {
	position: relative;
}

.sec2 .container .swiper-slide .pho span {
	display: block;
	width: 70px;
	height: 70px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: -35px;
	transform: translateX(-50%);
	z-index: 100;
	box-shadow: 0 0 10px 1px #ccc;
}

.sec2 .container .swiper-slide:nth-child(2n) .pho:first-child {
	display: none;
}

.sec2 .container .swiper-slide:nth-child(2n) .text {
	padding: 41px 35px 61px;

}

.sec2 .container .swiper-slide:nth-child(2n) .pho span {
	bottom: inherit;
	top: -35px;
}

.sec2 .container .swiper-slide:nth-child(odd) .pho:last-child {
	display: none;
}

.sec2 .container .swiper-slide .pho span {
	background: #fff url(../images/icon7.png) no-repeat top 12px center;
	background-size: 46px;
}

.sec2 .container .swiper-slide:nth-child(3) .pho span, .sec2 .container .swiper-slide:nth-child(4) .pho span {
	background-image: url(../images/icon8.png);
}

.sec2 .container .swiper-slide:nth-child(5) .pho span, .sec2 .container .swiper-slide:nth-child(6) .pho span {
	background-image: url(../images/icon9.png);
}

.sec2 .container .swiper-slide:hover .pho span {
	background-color: #3e9745;
	background-position: bottom 12px center;
	background-size: 46px;
}

.sec2 .container .swiper-pagination-bullet {
	background: #efefef;
	opacity: 1;
	width: 14px;
	height: 14px;
	margin: 0 8px;
}

.sec2 .container .swiper-pagination-bullet-active {
	background: url(../images/icon10.png) no-repeat;
	background-size: 22px;
	width: 22px;
	height: 22px;
	position: relative;
	top: 3px;
}

.sec2 .swiper-button-next {
	right: -70px;
	width: 50px;
	height: 50px;
	background: url(../images/icon11.png) no-repeat center;
	background-size: cover;
	margin-top: -56px;
}

.sec2 .swiper-button-prev {
	left: -70px;
	width: 50px;
	height: 50px;
	background: url(../images/icon12.png) no-repeat center;
	background-size: cover;
	margin-top: -56px;
}

.sec2 .swiper-button-prev:after, .sec2 .swiper-button-next:after {
	display: none;
}

.sec3 {
	background: url(../images/aboutbg.jpg) no-repeat top right;
	background-size: cover;
}

.sec3 .container {
	padding: 8% 38% 10% 0%;
}

.sec3 .text h3 {
	font-size: 34px;
	font-weight: 500;
}

.sec3 .text span.line {
	display: block;
	margin: 24px 0;
	position: relative;
	width: 64px;
	height: 5px;
	border-radius: 4px;
	overflow: hidden;
}

.sec3 .text span.line::before {
	content: "";
	width: 32px;
	height: 5px;
	background: #3e9745;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

.sec3 .text span.line::after {
	content: "";
	width: 32px;
	height: 5px;
	background: #ff901e;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sec3 .text p {
	line-height: 32px;
	color: #555;
	font-size: 16px;
}

.sec3 .text a {
	display: block;
	width: 120px;
	line-height: 34px;
	background-color: #3e9745;
	color: #fff;
	float: right;
	border-radius: 17px;
	text-align: center;
	margin-top: 40px;
}

/******公司优势******/
.sec3 .ul {
	background: #f8f9f7;
}

.sec3 .ul .container {
	padding: 0;
	border-left: 1px solid #efefef;
}

.sec3 li {
	width: 25%;
	float: left;
	box-sizing: border-box;
}

.sec3 li a {
	display: block;
	padding: 50px 30px;
	border-right: 1px solid #efefef;
}

.sec3 li span {
	display: block;
	width: 52px;
	height: 52px;
}

.sec3 li h3 {
	font-size: 22px;
	font-weight: 500;
	margin: 30px 0 20px;
}

.sec3 li p {
	font-size: 16px;
	color: #666;
}

/***客户案例***/
.sec4 {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 50px;
}

.sec4 .swiper-button-prev, .sec4 .swiper-button-next {
	width: 42px;
	line-height: 42px;
	height: 42px;
	border: 1px solid #efefef;
	top: 30px;
	margin-top: inherit;
	right: 0;
}

.sec4 .swiper-button-prev {
	left: inherit;
	margin-right: 41px;
	background: #3e9745;
}

.sec4 .swiper-button-prev:after, .sec4 .swiper-button-next:after {
	color: #999;
	font-size: 24px;
}

.sec4 .swiper-button-prev:after {
	color: #fff;
	border-color: #3e9745;
}

.sec4 .title {
	text-align: left;
	padding: 20px 0 40px;
}

.sec4 .ul {
	width: 45%;
	border-left: 4px solid #3e9745;
	box-sizing: border-box;
	padding-left: 40px;
}

.sec4 .ul li a {
	display: block;
	padding: 30px 40px;
}

.sec4 .ul li a h3 {
	font-size: 19px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec4 .ul li a h3 b {
	color: #ccc;
	font-size: 28px;
}

.sec4 .ul li a p {
	font-size: 15px;
	line-height: 28px;
	color: #666;
	margin: 10px 0 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.sec4 .ul li a span {
	display: block;
	width: 34px;
}

.sec4 .ul li a .tex {
	display: none;
}

.sec4 .ul li.active a {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	border-radius: 8px;
}

.sec4 .ul li.active a .tex {
	display: block;
}


.sec4 .rBox {
	width: 48%;
	padding-top: 20px;
}


/***新闻资讯**/
.sec7 {
	background: #f8f9f7;
	padding-bottom: 50px;
}

.sec7 .list {
	text-align: center;
	margin-bottom: 30px;
}

.sec7 .list li {
	display: inline-block;
	margin: 0 10px;
}

.sec7 .list li a {
	display: block;
	line-height: 38px;
	padding: 0 30px;
	border-radius: 19px;
	background: #fff;
	color: #666;
	font-size: 15px;
}

.sec7 .list li.on a {
	background: #3e9745;
	color: #fff;
}

.sec7 .box_l {
	width: 30%;
}

.sec7 .box_l a {
	display: block;
	background: #fff;
}

.sec7 .box_l a .pho {
	text-align: center;
}

.sec7 .box_l a .pho img {
	width: 80%;
}

.sec7 .box_l a .text {
	padding: 30px 30px 0;
	border-top: 1px solid #f2f2f2;
}

.sec7 .box_l a .text b {
	display: block;
	color: #999;
	font-size: 15px;
	font-weight: 500;
	margin-top: 8px;
	padding-left: 27px;
	background: url(../images/time.png) no-repeat left center;
	background-size: 21px;
}

.sec7 .box_l a .text span {
	display: block;
	margin: 0 -30px;
	padding: 0 30px;
	border-top: 1px solid #f2f2f2;
	background: url(../images/jt1.png) no-repeat right 30px center;
	background-size: 24px;
	color: #999;
	line-height: 50px;
}

.sec7 a h3 {
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec7 a:hover h3 {
	color: #3e9745;
}

.sec7 a p {
	font-size: 15px;
	line-height: 28px;
	color: #666;
	margin: 10px 0 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.sec7 .box_r {
	width: 68%;
}

.sec7 .box_r ul {
	background: #fff;
	margin-bottom: 30px;
	padding: 30px 10px;
}

.sec7 .box_r ul li {
	width: 50%;
	float: left;
	border-right: 1px solid #f2f2f2;
	box-sizing: border-box;
	padding: 0px 30px;
}

.sec7 .box_r ul li:nth-child(2n) {
	border-right: none;
}

.sec7 .box_r ul li a {
	display: block;
}

.sec7 .box_r ul li span {
	display: block;
	text-align: right;
	color: #999;
	position: relative;
}

.sec7 .box_r ul li span::before {
	content: "";
	width: 60px;
	height: 2px;
	background: #dedede;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}

.sec7 .box_r ul li a p {
	margin: 20px 0 30px;
}

.sec8 {
	padding: 100px 0;
	background: url(../images/bg4.jpg) no-repeat center;
}

.sec8 .container {
	padding: 80px 0;
	width: 85%;
	background: url(../images/bg2.png) no-repeat right center;

}

.sec8 .container span {
	font-size: 15px;
	text-transform: uppercase;
	opacity: 0.6;
}

.sec8 .container h2 {
	font-size: 40px;
	margin: 30px 0 100px;
	font-weight: 500;
}

.sec8 .container p {
	width: 400px;
	font-size: 16px;
	margin-bottom: 200px;
	line-height: 30px;
	color: #666;
}

.sec8 .container a.lx {
	display: block;
	width: 150px;
	line-height: 48px;
	background-color: #3e9745;
	color: #fff;
	text-align: center;
	font-size: 15px;
}

#gFooter .fLink {
	margin-top: 20px;
}

#gFooter .fLink h3 {
	font-size: 17px;
	color: #6d8e96;
	margin-bottom: 10px;
}

#gFooter .fLink a {
	display: inline-block;
	color: #6d8e96;
	font-size: 14px;
}

@media all and (min-width: 1024px) and (max-width: 1680px) {
	.sec1 .ul2 li {
		padding: 20px 16px 10px;
	}

	.sec1 .ul2 li a h3 {
		padding: 10px 0;
		font-size: 16px;
	}

	.sec3 .text h3 {
		font-size: 32px
	}
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	.sec1 .ul1 li {
		padding: 5px 8px;
	}

	.sec1 .ul1 li a {
		font-size: 15px;
	}

	.sec1 .ul2 li a .pho img {
		width: 90%
	}

	.sec3 {
		background-size: 100%;
	}

	.sec3 li a {
		padding: 40px 24px;
	}

	.sec3 li span {
		width: 48px;
		height: 48px;
	}

	.sec3 li h3 {
		font-size: 20px;
		font-weight: 600;
	}

	.sec3 li p {
		font-size: 15px;
	}

	.sec4 .ul li a {
		padding: 24px 40px;
	}

	.sec4 .ul li a h3 {
		font-size: 18px;
	}

	.sec7 .box_r ul {
		padding: 24px 0px;
	}

	.sec8 {
		padding: 40px 0;
	}

	.sec8 .container {
		padding: 50px 0;
		background-size: 80%;
	}

	.sec8 .container h2 {
		margin-bottom: 60px;
		font-size: 34px;
	}

	.sec8 .container p {
		margin-bottom: 120px;
	}

	.sec8 .container a.lx {
		line-height: 42px;
		width: 140px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	.sec .more a {
		width: 160px;
		padding-left: 30px;
		line-height: 42px;
		font-size: 14px;
	}

	.sec1 .ul1 li {
		width: 14.28%
	}

	.sec1 .ul1 li:nth-last-child(-n+3) {
		display: none;
	}

	.sec1 .fr h2 {
		font-size: 30px;
	}

	.sec1 .fr li {
		padding: 0 10px;
	}

	.sec1 .fr p {
		font-size: 16px;
	}

	.sec .more a:after {
		width: 36px;
		height: 36px;
	}

	.sec1 .fl .pho {
		width: 70%;
	}

	.sec1 .fr a.mor {
		margin-top: 85px;
		line-height: 46px;
		width: 140px;
	}

	.sec2 .container .swiper-slide:nth-child(2n) .text {
		padding: 41px 15px 60px;
	}

	.sec2 .container .swiper-slide .text {
		padding: 60px 15px 41px;

	}

	.sec2 .container .swiper-slide .text p {
		height: 48px;
		margin-top: 20px;
		overflow: hidden;
	}

	.sec4 .swiper-button-prev:after, .sec4 .swiper-button-next:after {
		font-size: 22px;
	}

	.sec7 .box_l a .pho img {
		width: 90%;
	}

	.sec7 .box_l a .text {
		padding: 30px 24px 0;
	}

	.sec8 .container {
		padding: 30px 0;
	}

	.sec8 .container h2 {
		font-size: 32px;
	}

	.sec8 .container p {
		font-size: 14px;
	}

	.sec8 .container a.lx {
		line-height: 40px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
	.sec2 .swiper {
		width: 90%;
	}

	.sec2 .container .swiper-slide .pho span {
		width: 56px;
		height: 56px;
		background-size: 36px;
		background-position: top 10px center;
	}

	.sec2 .container .swiper-slide:hover .pho span {

		background-position: bottom 10px center;
		background-size: 36px;
	}

	.sec2 .swiper-button-prev {
		width: 44px;
		height: 44px;
		left: 0px;
	}

	.sec2 .swiper-button-next {

		width: 44px;
		height: 44px;
		right: 0px;
	}

	.sec3 .text h3 {
		font-size: 30px;
	}

	.sec3 .text span.line {
		width: 48px;
		height: 4px;
		margin: 15px 0 20px;
	}

	.sec3 .text span.line::after {
		width: 24px;
		height: 4px;
	}

	.sec3 .text span.line::before {
		width: 24px;
		height: 4px;
	}

	.sec3 .text p {
		font-size: 15px;
		line-height: 30px;
	}

	.sec7 .box_l a .text {
		padding-top: 20px;
	}

	.sec7 .box_r ul li span::before {
		width: 48px;
	}

}

@media all and (min-width: 1024px) and (max-width: 1366px) {
	.sec1 .ul1 li a {
		line-height: 34px;
		font-size: 14px;
	}

	.sec1 .ul2 li a h3, .sec1 .ul2 li a .bg h4 {
		font-size: 16px;
	}

	.sec3 .text h3 {
		font-size: 28px;
	}

	.sec3 .text p {
		font-size: 15px;
		line-height: 27px;
	}

	.sec3 .text a {
		width: 124px;
		font-size: 14px;
		line-height: 34px;
	}

	.sec3 li a {
		padding: 40px 20px;
	}

	.sec3 li h3 {
		font-size: 18px;
		margin: 15px 0;
	}

}

@media all and (min-width: 1024px) and (max-width: 1300px) {
	.sec1 .ul1 li {
		padding: 6px;
	}

	.sec1 .ul2 li {
		padding: 15px 14px;
	}

	.sec2 .swiper-button-next {
		width: 36px;
		height: 36px;
	}

	.sec2 .swiper-button-prev {
		width: 36px;
		height: 36px;
	}

	.sec4 .ul li a {
		padding: 24px 30px;
	}

	.sec7 .box_r ul li a p {
		margin-top: 15px;
	}

	.sec4 .swiper-button-prev:after, .sec4 .swiper-button-next:after {
		font-size: 20px;
	}

}

@media all and (min-width: 1024px) and (max-width: 1200px) {
	.sec1 .ul1 li {
		width: 16.66%;
	}

	.sec1 .ul1 li:nth-last-child(-n+6) {
		display: none;
	}

	.sec3 li p {
		height: 40px;
	}

	.sec4 .ul li a p {
		-webkit-line-clamp: 2
	}

	.sec7 .box_l a .pho img {
		width: 100%;
	}

	.sec7 a h3 {
		font-size: 16px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.bannerSwiper .swiper-button-next:after, .bannerSwiper .swiper-button-prev:after {
		font-size: 26px;
	}

	.bannerSwiper .swiper-pagination {
		font-size: 15px;
	}

	.sec1 .ul1 li {
		width: 50%;
		padding: 4px 8px;
	}

	.sec1 .ul1 li a {
		font-size: 14px;
		line-height: 30px;
	}

	.sec1 .ul2 li {
		width: 50%;
		padding: 10px 8px;
	}

	.sec1 .ul2 li a h3 {
		padding: 10px 0;
		font-size: 15px;
	}

	.sec1 .ul2 li a h3:after {
		height: 4px;
	}

	.sec1 .ul2 li a .pho img {
		width: 100%
	}

	.sec1 .ul2 li a .bg {
		display: none;
	}

	.sec1 .ul2 li a h4 {
		position: absolute;
		z-index: 100;
		bottom: 40%;
		left: 0;
		right: 0;
		text-align: center;
		color: #fff;
		white-space: nowrap;
		overflow: hidden;
		font-size: 17px;
		text-overflow: ellipsis;
		padding-bottom: 14px;
	}

	.sec1 .ul2 li a h4:after {
		content: "";
		width: 40px;
		height: 4px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		background: #fff;
	}

	.sec2 .container {
		padding-bottom: 40px;
		margin: 0 30px;
		width: auto;
	}

	.sec2 .swiper-button-next {
		right: -20px;
		width: 40px;
		height: 40px;
	}

	.sec2 .swiper-button-prev {
		left: -20px;
		width: 40px;
		height: 40px;
	}

	.sec3 .container {
		padding: 10px;
	}

	.sec3 .text h3 {
		font-size: 26px;
	}

	.sec3 .text span.line {
		margin: 13px 0;
		width: 54px;
		height: 4px;
		border-radius: 2px;
	}

	.sec3 .text span.line::before {
		width: 27px;
		height: 4px;
	}

	.sec3 .text span.line::after {
		width: 27px;
		height: 4px;
	}

	.sec3 .text p {
		line-height: 28px;
		font-size: 15px;
	}

	.sec3 .text a {
		width: 126px;
		line-height: 36px;
		float: inherit;
		margin: 20px auto;
	}

	.sec3 {
		background: #fff;
	}

	/******公司优势******/
	.sec3 .ul {
		padding: 20px 0;
		background: #f8f9f7;
	}

	.sec3 .ul .container {
		border-left: none;
	}

	.sec3 li {
		width: 50%;
	}

	.sec3 li a {
		padding: 20px 10px;
		text-align: center;
		border-bottom: 1px solid #efefef;
	}

	.sec3 li:nth-child(3) a, .sec3 li:nth-child(4) a {
		border-bottom: none;
	}

	.sec3 li:nth-child(2n) a {
		border-right: none;
	}

	.sec3 li span {
		width: 42px;
		height: 42px;
		margin: 0 auto;
	}

	.sec3 li h3 {
		font-size: 16px;
		font-weight: 600;
		margin: 20px 0 10px;
	}

	.sec3 li p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}

	/***客户案例***/
	.sec4 {
		margin-top: 20px;
		padding: 0 10px 30px;
	}

	.sec4 .swiper-button-prev, .sec4 .swiper-button-next {
		width: 34px;
		line-height: 34px;
		height: 34px;
		top: inherit;
		right: 40%;
		bottom: 80px;
	}

	.sec4 .swiper-button-prev {
		margin-right: 35px;
	}

	.sec4 .swiper-button-prev:after, .sec4 .swiper-button-next:after {
		font-size: 20px;
	}

	.sec4 .title {
		text-align: center;
		padding: 10px 0 30px;
	}

	.sec4 .ul {
		width: 100%;
		border-left: none;
		padding-left: 0px;
	}

	.sec4 .ul li a {
		padding: 20px 30px;
	}

	.sec4 .ul li a h3 {
		font-size: 17px;
	}

	.sec4 .ul li a h3 b {
		font-size: 26px;
		font-weight: 500;
	}

	.sec4 .ul li a p {
		line-height: 27px;
		-webkit-line-clamp: 2;
	}

	.sec4 .ul li a span {
		width: 32px;
	}

	.sec4 .rBox {
		width: 100%;
		padding-top: 20px;
	}

	.sec4 .more a {
		margin-top: 60px;
	}

	/***新闻资讯**/
	.sec7 {
		padding: 0 10px 30px;
	}

	.sec7 .list {
		margin-bottom: 20px;
	}

	.sec7 .list li {
		margin: 0 5px;
	}

	.sec7 .list li a {
		line-height: 35px;
		padding: 0 24px;
		font-size: 15px;
	}

	.sec7 .box_l {
		width: 100%;
		margin-bottom: 30px;
	}

	.sec7 .box_l a .pho img {
		width: 100%;
	}

	.sec7 .box_l a .text {
		padding: 20px 24px 0;
	}

	.sec7 .box_l a .text span {
		margin: 0 -24px;
		padding: 0 24px;
		background: url(../images/jt1.png) no-repeat right 24px center;
		background-size: 22px;
		line-height: 45px;
	}

	.sec7 a h3 {
		font-size: 17px;
	}

	.sec7 a p {
		font-size: 14px;
		line-height: 26px;
	}

	.sec7 .box_r {
		width: 100%;
	}

	.sec7 .box_r ul {
		padding: 0 20px;
	}

	.sec7 .box_r ul li {
		width: 100%;
		float: inherit;
		padding: 20px 5px;
		border-right: none;
		border-bottom: 1px dashed #efefef;
	}

	.sec7 .box_r ul li:last-child {
		border-bottom: none;
	}

	.sec7 .box_r ul li span {
		text-align: left;
		background: url(../images/jt1.png) no-repeat right 0px center;
		background-size: 22px;

	}

	.sec7 .box_r ul li span::before {
		display: none;
	}

	.sec7 .box_r ul li a p {
		margin: 20px 0;
	}

	.sec8 {
		display: none;
	}


	#gFooter .fLink {
		margin-top: 20px;
	}

	#gFooter .fLink h3 {
		font-size: 17px;
		color: #7fa5c9;
		margin-bottom: 10px;
	}

	#gFooter .fLink a {
		display: inline-block;
		color: #7fa5c9;
		font-size: 14px;
	}

}